mkdir

fun mkdir(parents: Boolean = true, existsOk: Boolean = true): Path

Make this directory.

Return

this

Parameters

parents

whether to also make parents that don't exist

existsOk

if false, will throw if the current path exists

Sources

js source
Link copied to clipboard